home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / wp / cgatwp21.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-10-01  |  541b  |  18 lines

  1. @REM PRINTDOC.BAT; JLS 10/92
  2. @echo off
  3. if "%1"=="" goto info
  4. ECHO Docs for GRAPHCAT 2.1 for DOS will now print...
  5. ECHO ...
  6. ECHO The files REGISTER.DOC, GRAPHCAT.DOC, and PRODUCTS.DOC will print...
  7. ECHO VENDOR.DOC contains sysop and vendor information, and may
  8. ECHO be printed by typing "type vendor.doc >lpt1" from the GRAPHCAT disk.
  9. type register.doc >%1
  10. type graphcat.doc >%1
  11. type products.doc >%1
  12. goto end
  13. :info
  14. ECHO Start PRINTDOC.BAT with a device name; for example...
  15. ECHO PRINTDOC LPT1
  16. ECHO or:
  17. ECHO PRINTDOC PRN
  18. :end